From 442f13ef6f28ce6ea865928760959f80f018ee0a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Dec 2019 13:25:57 -0500 Subject: [PATCH] inspector: Give better advice Provide the meson syntax for building a debug-enabled GLib. --- gtk/inspector/statistics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/inspector/statistics.c b/gtk/inspector/statistics.c index fd552092fe..3ca4cd163c 100644 --- a/gtk/inspector/statistics.c +++ b/gtk/inspector/statistics.c @@ -396,7 +396,7 @@ constructed (GObject *object) else { if (instance_counts_enabled ()) - gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with --enable-debug")); + gtk_label_set_text (GTK_LABEL (sl->priv->excuse), _("GLib must be configured with -Dbuildtype=debug")); gtk_stack_set_visible_child_name (GTK_STACK (sl->priv->stack), "excuse"); gtk_widget_set_sensitive (sl->priv->button, FALSE); } -- 2.30.2